home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-68k-src / machines / amiga68k / include / inline / timer_protos.h < prev    next >
Text File  |  1999-01-01  |  811b  |  11 lines

  1. void  __AddTime(__reg("a0") struct timeval *dest,__reg("a1") struct timeval *src ,__reg("a6") void *)="\tjsr\t-42(a6)";
  2. #define AddTime(x1,x2) __AddTime((x1),(x2),TimerBase)
  3. void  __SubTime(__reg("a0") struct timeval *dest,__reg("a1") struct timeval *src ,__reg("a6") void *)="\tjsr\t-48(a6)";
  4. #define SubTime(x1,x2) __SubTime((x1),(x2),TimerBase)
  5. LONG  __CmpTime(__reg("a0") struct timeval *dest,__reg("a1") struct timeval *src ,__reg("a6") void *)="\tjsr\t-54(a6)";
  6. #define CmpTime(x1,x2) __CmpTime((x1),(x2),TimerBase)
  7. ULONG  __ReadEClock(__reg("a0") struct EClockVal *dest ,__reg("a6") void *)="\tjsr\t-60(a6)";
  8. #define ReadEClock(x1) __ReadEClock((x1),TimerBase)
  9. void  __GetSysTime(__reg("a0") struct timeval *dest ,__reg("a6") void *)="\tjsr\t-66(a6)";
  10. #define GetSysTime(x1) __GetSysTime((x1),TimerBase)
  11.